Review and drop old frame resize hack.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Sep 2013 16:47:43 +0000 (20:47 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Sep 2013 16:47:43 +0000 (20:47 +0400)
commitb14ec18924b359406b8b8f5b4cfde0a3fb2008c5
tree3c0489102d6da9cf9a13286d7fa07f2645951a36
parentef976153eabee33f7264309a4ccd7eccf4c3a41e
Review and drop old frame resize hack.
* frame.h (struct frame): Remove force_flush_display_p.
* dispnew.c (update_frame): Adjust user and don't call
flush_frame here.  The comment has said that there was an issues
with redisplaying fringes, but I don't see any differences with
and without this hack.  Hopefully we can continue without it.
* xdisp.c (clear_garbaged_frames): Adjust user and do not clear
current frame matrices twice if resized_p is set.
src/ChangeLog
src/dispnew.c
src/frame.h
src/xdisp.c